All Questions
1 question
3votes
1answer
223views
What's a good strategy to go about registering 2-step hotkeys?
User32.dll exposes a RegisterHotKey function, to register, well, hotkeys: [DllImport("user32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool ...